home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / frame121.zip / FRAMES.DOC < prev    next >
Text File  |  1990-05-06  |  1KB  |  33 lines

  1.                            <<<  FRAMES.DOC  >>>
  2.  
  3.   Frames.Doc was created to eliminate the tedious job of making different
  4.   size boxes with lengthy code.  I have included a sample program called
  5.   Frames.Bas. When loading into QuickBasic you must load as follows:
  6.  
  7.                        QB Frames.Bas /l Frames.Qlb
  8.  
  9.   This is a self running demo that gives examples of the various Frames,
  10.   Horizontal & Vertical Lines available.
  11.  
  12.   Frames can be made any size you want by simply calling the routines:
  13.  
  14.   CALL FRAMES##(Top,Bottom,Left,Right)
  15.           
  16.   ## = Frame number to call ( 1 through 57 )
  17.  
  18.   Top = Where on the screen to place the Top of the Box.
  19.  
  20.   Bottom = Where on the screen to place the Bottom of the Box.
  21.  
  22.   Left = Where the Left side of the screen the Box will be.
  23.  
  24.   Right = Where on the screen will the right side of the Box be.
  25.  
  26.  
  27. Example: CALL FRAME1(2, 18, 2, 78)
  28.  
  29.  
  30.   ** See Examples of FRAMES in FRAMES.BAS **
  31.                                                                4/90  EPTING
  32.  
  33.